.homePage .content1 {
  width: 100%;
  height: 630px;
  background: no-repeat;
  background-size: 100% 630px;
  background-image: url("/img/v2/组 1279.jpg");
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
  margin-bottom: 80px;
}
.homePage .content1 > div:first-child {
  transform: translateX(40px);
}
.homePage .content1 .p1 {
  font-size: 18px;
  margin-bottom: 17px;
  text-align: left;
}
.homePage .content1 .p2 {
  font-size: 58px;
  font-weight: bold;
  line-height: 74px;
  text-align: left;
}
.homePage .content1 .textDiv {
  width: 500px;
  height: 34px;
  background: #fba51a;
  border-radius: 17px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 17px;
  text-align: center;
}
.homePage .content2 {
  color: #505050;
  display: flex;
  justify-content: center;
}
.homePage .content2 .contentTitle {
  margin-bottom: 78px;
}
.homePage .content2 .curindexContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
  border-bottom: 1px solid #ebebeb;
}
.homePage .content2 .curindexContent > div {
  width: 137px;
  height: 110px;
  /* background: no-repeat; */
  padding-top: 10px;
  cursor: pointer;
  position: relative;
}
.homePage .content2 .curindexContent > div.on {
  border-bottom: 3px solid #1890ff;
}
.homePage .content2 .curindexContent > div .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.curindexContent .pagination.ischecked {
  background: url("/img/curouselBg.png") no-repeat;
  border-bottom: 3px solid #1890ff;
}
.homePage .carouselDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.homePage .carouselDiv .carouselLeft p:first-child {
  font-size: 36px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 14px;
  text-align: left;
}
.homePage .carouselDiv .carouselLeft p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 98px;
}
.homePage .divtext2 {
  font-size: 16px;
  color: #505050;
}
.homePage .divtext2 > div {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.homePage .divtext2 > div .dot {
  width: 6px;
  height: 6px;
  background: #1890ff;
  border-radius: 50%;
  margin-right: 12px;
}
.homePage .el-carousel__container {
  height: 400px;
}
.homePage .content3 {
  color: #505050;
  padding-top: 120px;
  padding-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.homePage .labelDIv {
  color: #505050;
  text-align: left;
  margin-left: 20px;
}
.homePage .labelDIv .introduceList {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.homePage .labelDIv .introduceList .introduce {
  display: flex;
  align-items: flex-start;
  margin-right: 55px;
}
.homePage .labelDIv .introduceList .introduce > div {
  max-width: 155px;
  text-align: left;
}
.homePage .labelDIv .introduceList .introduce img {
  margin-right: 9px;
}
.homePage .labelDIv .introduceList .introduce p:first-child {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
}
.homePage .labelDIv > p:first-child {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
}
.homePage .labelDIv > p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 52px;
}
.homePage .content4 {
  color: #505050;
  padding-top: 86px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
}
.homePage .content4 .smallTitle {
  font-size: 16px;
  margin-bottom: 70px;
}
.homePage .imgLabelDivList {
  margin-top: 15px;
  display: flex;
}
.homePage .imgLabelDivList .imgLabelDiv {
  width: 372px;
  height: 162px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 33px;
  margin-right: 17px;
}
.homePage .imgLabelDivList .imgLabelDiv img {
  height: 100%;
}
.homePage .imgLabelDiv-label {
  text-align: left;
  margin-left: 20px;
}
.homePage .imgLabelDiv-label p:first-child {
  font-size: 16px;
  font-weight: bold;
}
.homePage .imgLabelDiv-label p:nth-child(2) {
  margin-top: 14px;
  margin-bottom: 40px;
}
.homePage .indNew::after {
  content: "";
  display: block;
  clear: both;
}
.homePage .indNewL {
  float: left;
  margin-right: 30px;
}
.homePage .indNewL .indNewLl {
  width: 278px;
  height: 165px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  transform: scale(1);
  transition: transform 0.5s;
  cursor: pointer;
}
.homePage .indNewL .indNewLl:hover > img {
  transform: scale(1.1);
}
.homePage .indNewL .indNewLl > img {
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
.homePage .indNewLr {
  display: flex;
  align-items: center;
}
.homePage .indNewLr .indNewlrImg {
  width: 136px;
  height: 136px;
  margin-right: 6px;
  position: relative;
  transform: scale(1);
  transition: transform 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.homePage .indNewLr .indNewlrImg:hover > img {
  transform: scale(1.1);
}
.homePage .indNewLr .indNewlrImg > img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.homePage .inNewDiv {
  width: 100%;
  top: 30px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.homePage .inNewDiv .jiaoliue {
  font-size: 16px;
  margin-bottom: 11px;
}
.homePage .inNewDiv img {
  margin-bottom: 13px;
}
.homePage .indNewR {
  float: left;
  width: 432px;
  margin-right: 20px;
}
.homePage .indNewR .title {
  line-height: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.homePage .indNewR .title > p {
  font-size: 18px;
  font-weight: bold;
}
.homePage .indNewR .title > div {
  display: flex;
  align-items: center;
}
.homePage .indNewR .title > span {
  cursor: pointer;
}
.homePage .indNewR .title .line {
  background-color: #1890ff;
  width: 2px;
  height: 18px;
  margin-left: 0;
}
.homePage .newItem ::after {
  content: "";
  display: block;
  clear: both;
}
.homePage .newItem .indNewNT .IndNewNTu {
  width: 139px;
  height: 94px;
  display: block;
  overflow: hidden;
  transform: scale(1);
}
.homePage .newItem .indNewNT .IndNewNTu:hover > img {
  transform: scale(1.1);
}
.homePage .newItem .indNewNT .IndNewNTu > img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.homePage .IndNewNTn {
  width: 285px;
  padding-top: 15px;
  cursor: pointer;
}
.homePage .IndNewNTn:hover > div {
  color: #1890ff;
}
.homePage .IndNewNTn .IndNewNTnp {
  font-size: 16px;
  line-height: 30px;
}
.homePage .IndNewNTn .IndNewNTnp::after {
  content: "";
  display: block;
  clear: both;
}
.homePage .IndNewNTn .IndNewNTnp p {
  max-width: 140px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.homePage .IndNewNTn .IndNewNTnp span {
  float: right;
  display: block;
  font-size: 14px;
}
.homePage .IndNewNTnr {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.homePage .IndNewNA {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding-top: 10px;
  box-sizing: border-box;
  text-align: left;
}
.homePage .IndNewNA ::after {
  content: "";
  display: block;
  clear: both;
}
.homePage .IndNewNA i {
  width: 2px;
  height: 2px;
  margin-top: 13px;
  background: #666;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
}
.homePage .IndNewNA p {
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.homePage .IndNewNA span {
  float: right;
  display: block;
}
.homePage .new_hide {
  display: none;
}
.new_show {
  display: block;
}
.video {
  width: 700px;
}
.video video {
  width: 100%;
}
.gtxz {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; */
}
.gtxz .khyl-item {
  width: 334px;
}
.gtxz-swiper {
  width: 1200px;
  overflow: hidden;
}
